home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Hackers Matrix
/
Hacker's Matrix (nCite Software) (2003).iso
/
Interface
/
detectFlash.swf
/
scripts
/
frame_3
/
DoAction.as
Wrap
Text File
|
2000-04-08
|
432b
|
23 lines
playerVersion = $version;
Version = playerVersion.substr("5","1");
if(int(version) < int(contentVersion))
{
getURL(upgradeURL,"_self");
}
else if(requireLatestRevision eq "true")
{
Revision = playerVersion.substr("9","2");
if(int(Revision) < int(latestRevision))
{
getURL(upgradeURL,"_self");
}
else
{
getURL(contentURL,"_self");
}
}
else
{
getURL(contentURL,"_self");
}